projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de45d91
)
* lisp/server.el (server-name): Add autoload cookie. (Bug#23576)
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 May 2016 19:46:32 +0000
(22:46 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 May 2016 19:46:32 +0000
(22:46 +0300)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 2a9729e9d1ff8ad6084095df3c459c94bb330cb5..e4cf43125700ebab1e5988779325b5afc7e658a8 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-255,6
+255,7
@@
This means that the server should not kill the buffer when you say you
are done with it in the server.")
(make-variable-buffer-local 'server-existing-buffer)
+;;;###autoload
(defcustom server-name "server"
"The name of the Emacs server, if this Emacs process creates one.
The command `server-start' makes use of this. It should not be